--- /dev/null
+gpsbabel (1.3.6-1) unstable; urgency=low
+
+ * Since this version the package uses quilt to manage patches
+ at build time. Please install the package 'quilt' and see
+ /usr/share/doc/quilt/README.source
+ for details.
+
+ -- Bernd Zeimetz <bzed@debian.org> Tue, 06 Jan 2009 16:12:28 +0100
Section: utils
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
-Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, texlive-base-bin, texlive-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl, autoconf, autotools-dev, libpaper-dev
+Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, texlive-base-bin, texlive-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl, autoconf, autotools-dev, libpaper-dev, quilt
Standards-Version: 3.8.0
Homepage: http://www.gpsbabel.org/
Vcs-Browser: http://git.recluse.de/debian/pkg-gpsbabel.git/
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
+#we use quilt to handle our patches
+include /usr/share/quilt/quilt.make
CFLAGS = -Wall -g
endif
configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
dh_testdir
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
mkdir debian/doctmp
# Add here commands to compile the package.
$(MAKE)
- $(MAKE) doc
+ #$(MAKE) doc
chmod u+x testo
$(MAKE) check
- #cd doc && make doc.dvi
- #cd doc && dvips -o doc.ps doc.dvi
- #/usr/bin/docbook-to-man debian/gpsbabel.sgml > gpsbabel.1
touch build-stamp
-clean:
+clean: clean-patched unpatch
+clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp dep doc/*.ps
# Add here commands to install the package into debian/gpsbabel.
$(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel
- #install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin
# Build architecture-independent files here.